home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 April
/
PCWorld_2005-04_cd.bin
/
software
/
vyzkuste
/
spyware
/
spyware.exe
/
Microsoft Baseline Security Analyzer
/
MBSASetup-EN.msi
/
Data.Cab
/
ipMRU.xsl
< prev
next >
Wrap
Extensible Markup Language
|
2004-08-13
|
326b
|
9 lines
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="MRU/IPs">
<xsl:for-each select="IP">
<xsl:sort select="@date" order="descending"/>
<option><xsl:value-of select="@addr"/></option>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>